Programming With QuickTime Sprites

| Previous | Chapter Contents | Chapter Top | Next |

Background Sprites

You assign the following constant to a sprite's kSpritePropertyLayer property to designate the sprite as a background sprite.

enum {
    kBackgroundSpriteLayerNum   = 32767
};

© 1998 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |